home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / SKEDEZ / SKEDPRO.EXE / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Encoding:
Text File  |  1997-04-10  |  1.7 KB  |  88 lines

  1. object PrintForm: TPrintForm
  2.   Left = 223
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Events'
  7.   ClientHeight = 154
  8.   ClientWidth = 314
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object MainGroupBox: TGroupBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 314
  25.     Height = 100
  26.     TabOrder = 2
  27.     object StartDayLabel: TLabel
  28.       Left = 8
  29.       Top = 19
  30.       Width = 59
  31.       Height = 18
  32.       Caption = 'Start Day'
  33.     end
  34.     object EndDayLabel: TLabel
  35.       Left = 8
  36.       Top = 46
  37.       Width = 59
  38.       Height = 17
  39.       Caption = 'End Day'
  40.     end
  41.     object ConfirmLabel: TLabel
  42.       Left = 8
  43.       Top = 75
  44.       Width = 23
  45.       Height = 13
  46.       Caption = 'xxx'
  47.       ParentShowHint = False
  48.       ShowHint = False
  49.     end
  50.     object StartDayEdit: TEdit
  51.       Left = 68
  52.       Top = 16
  53.       Width = 237
  54.       Height = 23
  55.       Hint = 'Earliest event to appear on printout'
  56.       TabOrder = 0
  57.       OnChange = StartDayEditChange
  58.     end
  59.     object EndDayEdit: TEdit
  60.       Left = 68
  61.       Top = 44
  62.       Width = 237
  63.       Height = 23
  64.       Hint = 'Latest event to appear on printout'
  65.       TabOrder = 1
  66.       OnChange = EndDayEditChange
  67.     end
  68.   end
  69.   object OKBitBtn: TBitBtn
  70.     Left = 8
  71.     Top = 107
  72.     Width = 75
  73.     Height = 40
  74.     TabOrder = 0
  75.     OnClick = OKBitBtnClick
  76.     Kind = bkOK
  77.   end
  78.   object CancelBitBtn: TBitBtn
  79.     Left = 89
  80.     Top = 107
  81.     Width = 75
  82.     Height = 40
  83.     TabOrder = 1
  84.     OnClick = CancelBitBtnClick
  85.     Kind = bkCancel
  86.   end
  87. end
  88.